home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / ext2_200.zip / README < prev    next >
INI File  |  1996-09-22  |  6KB  |  146 lines

  1. [$Header: D:/32bits/ext2-os2/doc/ext2-os2/RCS/README,v 1.1 1996/09/22 23:14:55 Willm Exp Willm $]
  2. ╔═══════════════════════════════════════════════════════════════════════╗
  3. ║  Linux ext2 file system driver for OS/2 2.x and WARP - Allows OS/2 to ║
  4. ║  access your Linux ext2fs partitions as normal drive letters.         ║
  5. ║  Copyright (C) 1995, 1996  Matthieu WILLM                             ║
  6. ║                                                                       ║
  7. ║  This program is free software; you can redistribute it and/or modify ║
  8. ║  it under the terms of the GNU General Public License as published by ║
  9. ║  the Free Software Foundation; either version 2 of the License, or    ║
  10. ║  (at your option) any later version.                                  ║
  11. ║                                                                       ║
  12. ║  This program is distributed in the hope that it will be useful,      ║
  13. ║  but WITHOUT ANY WARRANTY; without even the implied warranty of       ║
  14. ║  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        ║
  15. ║  GNU General Public License for more details.                         ║
  16. ║                                                                       ║
  17. ║  You should have received a copy of the GNU General Public License    ║
  18. ║  along with this program; if not, write to the Free Software          ║
  19. ║  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.            ║
  20. ╚═══════════════════════════════════════════════════════════════════════╝
  21.  
  22.               EXT2-OS2 VERSION 2.0 (BETA 32 BITS EDITION)
  23.  
  24. IMPORTANT NOTICE :
  25. ------------------
  26.  
  27. This release of ext2-os2 is a *BETA* 32 bits version. People who want
  28. stability must use the stable 16 bits version which can be found at:
  29.  
  30. ftp://ftp-os2.nmsu.edu/os2/diskutil/ext2_09b.zip
  31. ftp://sunsite.unc.edu/pub/Linux/system/Filesystems/ext2/ext2_09b.zip
  32. ftp://ftp.leo.org/pub/com/os/os2/drivers/ifs/ext2_09b.zip
  33. ftp://ftp-os2.cdrom.com/pub/os2/diskutil/ext2_09b.zip
  34.  
  35. The particularity, features and restrictions of this 32 bits port are
  36. discussed in the README.32 file.
  37.  
  38. WHAT IS EXT2-OS2  ?
  39. -------------------
  40.  
  41. ext2-os2.ifs is a file system driver that allows OS/2 to seamlessly access
  42. Linux native partitions (ext2fs partitions) in both read and write modes.
  43. Once installed, Linux partitions appear as standard OS/2 drive letters, one
  44. per Linux partition. It is a port of the original Linux ext2fs kernel code.
  45.  
  46.  
  47. INSTALLATION AND USAGE INSTRUCTIONS :
  48. ------------------------------------
  49.  
  50. Please consult the online help file (ext2-os2.inf) for
  51. IMPORTANT installation and configuration instructions.
  52. Please read the documentation BEFORE trying the driver !!
  53.  
  54. A HTML version of the documentation is also available (ext2-os2.htm)
  55. This HTML version has been produced from the IPF version with IBM
  56. Hyperwise. It can be viewed with any good web browser, such as the
  57. WebExplorer included in the OS/2 Bonus Pack.
  58.  
  59. ***********************************************
  60. ***** IMPORTANT WARNING - READ THIS FIRST *****
  61. ***********************************************
  62.  
  63. ext2-os2 is a FILE SYSTEM DRIVER. Being a driver it runs at the most
  64. privileged level of the OS/2 operating system, known as "kernel mode".  
  65. IN KERNEL MODE THERE IS NO MORE CRASH PROTECTION.  It means that if a bug 
  66. occurs in the driver IT CAN CAUSE A HANG OR A SYSTEM HALT, AND THUS CAN 
  67. CAUSE LOSS OF DATA.
  68.  
  69.  - I STRONGLY SUGGEST YOU TO MAKE A BACKUP OF ALL YOUR DATA (EVEN IF THEY 
  70.    ARE NOT LOCATED ON A LINUX PARTITION) PRIOR TO USE THIS DRIVER.
  71.  
  72.  - DON'T USE THIS DRIVER ON A PRODUCTION MACHINE, OR IF YOU MANIPULATE
  73.    CRITICAL DATA.
  74.  
  75.  - USE IT AT YOUR OWN RISKS, AND ONLY ON A MACHINE YOU ACCEPT TO CRASH
  76.    AND REINSTALL.
  77.  
  78.  - BE AWARE THAT THIS DRIVER WILL GIVE FULL UNRESTRICTED (ROOT) ACCESS TO 
  79.    ALL YOUR EXT2FS PARTITIONS FROM OS/2.
  80.  
  81.  
  82.  
  83. MAIN NEW FEATURES SINCE V0.9 :
  84. -----------------------------
  85.  
  86. - Well ... the 32 bits port !
  87. - Swapping on a Linux ext2fs partition is now supported.
  88.  
  89. INCLUDED IN THIS PACKAGE :
  90. --------------------------
  91.  
  92. The package includes Deon van der Westhuysen's Linux partition filter V 1.2c
  93. This filter driver will allow you to make you Linux partitions visible to OS/2 
  94. without altering the partition table, so that ext2-os2.ifs can mount them.
  95. Please look at the file ext2flt.doc and ext2-os2.inf for its usage and Deon's 
  96. copyright notice. 
  97.  
  98. I recompiled ext2flt.flt with MS Visual C++ simply because I don't have borland C++, 
  99. and I needed to temporarily include some debugging code to solve problems with 
  100. strategy 2 I/Os (in fact the problems were in OS2DASD.DMD !). Normally this "MS 
  101. Visual C++" version should behave absolutely like the original Borland compiled version.
  102. But in case you prefer using the original version, you can find it on ftp-os2.nmsu.edu 
  103. (/os2/diskutil/e2flt12b.zip) AND on quark.cs.sun.ac.za (/pub/ext2flt/e2flt12c.zip).
  104. See the file ext2flt/makefile.msc for details on the changes I made.
  105.  
  106. DEFAULTS SETTINGS :
  107. -------------------
  108.  - The default behavior after installation is read only. To turn on read/write
  109.    access you have to specify -rw on the ext2-os2.ifs command line AND /W
  110.    on the ext2flt.flt command line.
  111.  
  112. WHERE TO FIND EXT2-OS2 :
  113. ------------------------
  114.  
  115. You can find ext2-os2 mainly on the following sites (or in their incoming directory):
  116.  
  117. ftp://ftp-os2.nmsu.edu/os2/diskutil/ext2_200.zip
  118. ftp://sunsite.unc.edu/pub/Linux/system/Filesystems/ext2/ext2_200.zip
  119. ftp://ftp.leo.org/pub/comp/os/os2/drivers/ifs/ext2_200.zip
  120. ftp://ftp-os2.cdrom.com/pub/os2/diskutil/ext2_200.zip
  121.  
  122.  
  123. Please feel free to contact me for any question on ext2-os2. I'd also like to get
  124. some feedback on how it works on your system and what new features you would like
  125. ...this helps me improve it ! Success stories also interest me.
  126.  
  127.  
  128. Matthieu WILLM
  129. willm@ibm.net          (home)
  130. mwillm@vnet.ibm.com    (work)
  131.  
  132.  
  133. Note : file_id.diz contents, for BBS sysops !
  134. ---- Cut here ----
  135. ext2-os2 V2.0 : Linux ext2fs IFS (file
  136. system driver) for OS/2. Allows OS/2 to 
  137. access Linux native partitions (ext2fs 
  138. partitions) as normal OS/2 drive letters.
  139. Includes also Deon van der Westhuysen's 
  140. Linux partition filter driver (ext2flt.flt).
  141. Licence agreement : GNU GPL.
  142. Matthieu WILLM
  143. Home : willm@ibm.net
  144. Work : mwillm@vnet.ibm.com
  145. ---- Cut here ----
  146.